getNullableValueSet

inline fun <T : Any> DynamicRealmObject.getNullableValueSet(fieldName: String): RealmSet<T?>

Returns the set of nullable elements referenced by the property name as a RealmSet.

Reified convenience wrapper of DynamicRealmObject.getNullableValueSet.